home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
doors_1
/
connct10.zip
/
CONNECT.CTL
next >
Wrap
Text File
|
1990-09-26
|
989b
|
36 lines
; SAMPLE CONNECT.CTL FILE FOR CONNCT10.ZIP
;
;
;CONNECT.CTL VERBS
;
;Following is a listing of each verb in CONNECT.CTL along with their meaning.
;
;HOLDDIR <directory> The complete path to your Qmail outbound directory.
;
HOLDDIR c:\outbound\
;
;NETMAIL <directory path> The complete path to your NetMail message directory.
;
NETMAIL c:\mail\
;
;ZONE # The zone your system operates in. This must be the same as
; the primary zone defined in the Qmail "Pack" configuration
; file for that zone.
;
ZONE 1
;
;NET # The Net number of your system. This must be the same as the
; primary net address defined in the Qmail "Pack" configuration
; file for that zone.
;
NET 250
;
;NODE # The Node number of your system. This must be the same as the
; primary node address defined in the Qmail "Pack" configuration
; file for that zone.
;
NODE 107
;
;END CONNECT.CTL